CSV Writer

Block Group: Table Operations
Icon: CSV Writer block icon

The CSV Writer block takes an input table and returns the table as a CSV string.


Input/Output Properties

The following properties of the CSV Writer block can take input and give output.

input receives the table that you want to write as a CSV string.

withHeader specifies whether the input table contains a header row.


Output Properties

The following property of the CSV Writer block can give output but cannot take input.


Example

The following image demonstrates an example of the CSV Writer block. In this example, a table with headers is converted to a CSV string.

CSV Writer block example